projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e16b28
)
(bat-generic-mode): Support .cmd files.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 23 Jun 2006 12:40:27 +0000
(12:40 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 23 Jun 2006 12:40:27 +0000
(12:40 +0000)
lisp/generic-x.el
patch
|
blob
|
history
diff --git
a/lisp/generic-x.el
b/lisp/generic-x.el
index 55c4e4828037a08e3dea3cc2cd39bf051d499c03..609d076d8a20694dfd4006a28bfec02f08d0741c 100644
(file)
--- a/
lisp/generic-x.el
+++ b/
lisp/generic-x.el
@@
-512,10
+512,11
@@
like an INI file. You can add this hook to `find-file-hook'."
(1 font-lock-builtin-face)
(2 font-lock-variable-name-face t t))))
'("\\.[bB][aA][tT]\\'"
+ "\\.[cC][mM][dD]\\'"
"\\`[cC][oO][nN][fF][iI][gG]\\."
"\\`[aA][uU][tT][oO][eE][xX][eE][cC]\\.")
'(generic-bat-mode-setup-function)
- "Generic mode for MS-Windows
BAT
files.")
+ "Generic mode for MS-Windows
batch
files.")
(defvar bat-generic-mode-syntax-table nil
"Syntax table in use in `bat-generic-mode' buffers.")